Ajeet D'Souza is an independent developer whose open-source portfolio centers on command-line productivity tools that quietly speed up everyday terminal work. His flagship utility, zoxide, re-imagines the venerable cd command by learning the user’s navigation habits: instead of typing long absolute paths or repeatedly tab-completing directory names, the user only needs a fragment of the target folder’s name and zoxide jumps to the most “frecent” match. Written in Rust for cross-platform speed and safety, the tool behaves like the classic z or autojump scripts yet adds smarter ranking, fzf integration, and shell aliases for bash, zsh, fish, PowerShell and others. Typical use cases range from DevOps engineers bouncing between dozens of micro-service trees, to data scientists with deep project hierarchies, to Windows power-users who run Git or Python inside WSL and want Windows paths handled transparently. Because zoxide maintains its own lightweight database, it works offline, respects deleted folders, and can be scripted into larger automation workflows. The unobtrusive design makes it a drop-in replacement that accumulates value the longer it runs, turning “cd” muscle memory into near-instant teleportation. All of Ajeet D’Souza’s published software, including the latest release of zoxide, is available for free on get.nero.com, where downloads are supplied through trusted Windows package sources such as winget, always delivering the most recent build and allowing batch installation alongside other utilities.

zoxide

zoxide is a smarter cd command, inspired by z and autojump

Details